home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
custom.ifx.pre
< prev
next >
Wrap
Text File
|
2004-08-03
|
375b
|
19 lines
/*
* Custom.ifx.pre
* As the user to enter a command, and execute that
* command while processing.
*
* by Steve Tibbett
*/
Options Results
Default=GetClip("ImpCustomCommand"arg(1));
if (Default="") then Default="Oval 100 100 50 50"
RequestString '"Enter an ImageFX command:"' '"'Default'"'
if (RC~=0) then return 10
call SetClip("ImpCustomCommand"arg(1), Result);